projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ede3ec
)
(msb--toggle-menu-type): Pass t as arg.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 31 Oct 1995 15:13:09 +0000
(15:13 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 31 Oct 1995 15:13:09 +0000
(15:13 +0000)
lisp/msb.el
patch
|
blob
|
history
diff --git
a/lisp/msb.el
b/lisp/msb.el
index 83ca200dff9f75bb72c0ddc9720d7d17a30227a9..88c2a6408b6896ed66fde74ec3888de2ee1fca54 100644
(file)
--- a/
lisp/msb.el
+++ b/
lisp/msb.el
@@
-814,7
+814,7
@@
If the argument is left out or nil, then the current buffer is considered."
(defun msb--toggle-menu-type ()
(interactive)
(setq msb-files-by-directory (not msb-files-by-directory))
- (menu-bar-update-buffers))
+ (menu-bar-update-buffers
t
))
(defun mouse-select-buffer (event)
"Pop up several menus of buffers, for selection with the mouse.